rails 7.1.2
久しぶりに rails new した
code:ruby
Fetching public_suffix 5.0.4
Fetching rubyzip 2.3.2
Fetching msgpack 1.7.2
Fetching regexp_parser 2.8.3
Fetching websocket 1.2.10
Fetching sprockets 4.2.1
Fetching bindex 0.8.1
Fetching sqlite3 1.7.0 (arm64-darwin)
Installing rubyzip 2.3.2
Installing public_suffix 5.0.4
Installing msgpack 1.7.2 with native extensions
Fetching puma 6.4.0
Fetching xpath 3.2.0
Installing regexp_parser 2.8.3
Fetching addressable 2.8.6
Installing websocket 1.2.10
Fetching selenium-webdriver 4.16.0
Installing sprockets 4.2.1
Fetching jbuilder 2.11.5
Installing bindex 0.8.1 with native extensions
Installing puma 6.4.0 with native extensions
Installing xpath 3.2.0
Fetching sprockets-rails 3.4.2
Installing addressable 2.8.6
Fetching importmap-rails 1.2.3
Installing sqlite3 1.7.0 (arm64-darwin)
Fetching stimulus-rails 1.3.0
Fetching turbo-rails 1.5.0
Installing jbuilder 2.11.5
Fetching capybara 3.39.2
Installing sprockets-rails 3.4.2
Fetching web-console 4.2.1
Installing importmap-rails 1.2.3
Installing stimulus-rails 1.3.0
Installing turbo-rails 1.5.0
Installing selenium-webdriver 4.16.0
Installing capybara 3.39.2
Installing web-console 4.2.1
Fetching bootsnap 1.17.0
Installing bootsnap 1.17.0 with native extensions
Bundle complete! 14 Gemfile dependencies, 82 gems now installed.
Use bundle info [gemname] to see where a bundled gem is installed.
Post-install message from rubyzip:
RubyZip 3.0 is coming!
**********************
The public API of some Rubyzip classes has been modernized to use named
parameters for optional arguments. Please check your usage of the
following classes:
* Zip::File
* Zip::Entry
* Zip::InputStream
* Zip::OutputStream
Please ensure that your Gemfiles and .gemspecs are suitably restrictive
to avoid an unexpected breakage when 3.0 is released (e.g. ~> 2.3.0).
lists other enhancements and bugfixes that have been implemented since
version 2.3.0.